home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 January / Macworld (1997-01).dmg / Shareware World / Comms & Internet / PageSpinner 1.2.1 / Examples / Miscellaneous Examples / Browsing a local disk < prev    next >
Text File  |  1996-09-11  |  1KB  |  23 lines

  1. <HTML><HEAD>
  2. <TITLE>Browsing a local disk or CD-ROM</TITLE>
  3. </HEAD>
  4. <BODY  BGCOLOR="#FFFFFF">
  5. <H1>Browsing a local disk or CD-ROM</H1>
  6.  
  7. In browsers that support browsing files on a local disk this <A HREF="../">link</A> will show the contents inside the PageSpinner Examples folder.
  8.  
  9. <P>
  10. The HTML Code for the link looks like this:
  11. <FONT COLOR="555555">
  12. <XMP><A HREF="../">link</A></XMP>
  13. </FONT>
  14. Since this file is located in a folder  inside the Examples folder the file path is set to <TT><FONT COLOR="555555">"../"</FONT></TT> that tells the browser to display the contents in the folder above. See the PageSpinner AppleGuide for more information about relative file paths.
  15.  
  16. <P>
  17. This technique can be useful to view contents located on a multi-platform CD-ROM. It might also be useful to browse contents located on a local disk on platforms that lack the ability to use the MacOS Finder.
  18. <P>
  19. <FONT SIZE=-1>Note that a browser such as Netscape 3.0, doesn't seem to be able locate a file if the path to the folder contains a character witch an ASCII code > 127.
  20. </FONT>
  21. </BODY>
  22. </HTML>
  23.